home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbitballs10-blank.swf / scripts / DefineButton2_121 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-02  |  135 b   |  8 lines

  1. on(press){
  2.    if(n == 2 and _root.actif == 1)
  3.    {
  4.       startDrag("../ball" add n,1);
  5.       set("../:drag" add n,true);
  6.    }
  7. }
  8.